home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / reviews / st_01 < prev    next >
Text File  |  1993-11-09  |  43KB  |  1,149 lines

  1. ST-01:  Statistics and Math
  2.  
  3.  
  4. -------------
  5. 0261 Analysis          Small Programs Disk
  6. -------------
  7.  
  8. FFT 1.6
  9.    Sampson, Steve
  10.    $0
  11. is a statistics program that uses the Fast Fourier Transform to produce a
  12. Frequency Domain display from the Time Domain data input.
  13.  
  14. Fast Fourier Transform (FFTRANS)
  15.    Halloran, Mike
  16.    $0
  17. contains FORTH code to implement the FFT transform, and do some simple
  18. character graphics on a terminal.
  19.  
  20. LineQ
  21.    Baker, Wayne G.
  22.    $25
  23. solves up to 40 linear equations simultaneously using the Gaussian Elimination
  24. Method.
  25.  
  26. LNRegr.BAS
  27.    is a linear regression program.
  28.  
  29. MultLnrg.BAS
  30.    Alonso, J. R. F.
  31.    $?
  32. calculates multiple linear regression coefficients.
  33.  
  34. NonLin
  35.    Whitman, Dave
  36.    $?
  37. performs non-linear least squares analysis to determine parameters to fit any
  38. function to observed data.
  39.  
  40. PolyFit
  41.    is an example of the use of systems of linear equations to produce a
  42. polynomial equation which approximates the behavior of experimentally obtained
  43. data points as closely as possible.
  44.  
  45. Regress
  46.    Engineering Software, Inc.
  47.    $?
  48. uses regression analysis to find equations of curves that most closely fit the
  49. ordered data sets (X,Y) entered, and then allows the user to interpolate
  50. values based on the equation selected.
  51.  
  52. Stats
  53.    contains an assortment of statistical programs.  (BASIC required.)
  54.  
  55. --------------------------------
  56. END OF SMALL PROGRAMS DISK #0261
  57. --------------------------------
  58.  
  59.  
  60. ----------------
  61. 2850 Analysis #2          Small Programs Disk
  62. ----------------
  63.  
  64. Adapt
  65.    LEDS Publishing Co., Inc.
  66.    $?
  67. is a forecasting program that features Time Series Analysis with adaptive
  68. filtering, which works on the theory that the best future forecast can be made
  69. if a set of weights is found that best forecasts the available past data.
  70.  
  71. BASist 1.1
  72.    Hodges, Morrison M.D.
  73.    $?
  74. is a basic statistics program.  It takes a series of numbers and calculates a
  75. variety of statistics, including the mean, median, variance, standard
  76. deviation, coefficient of variation, measures of skewness and kurtosis, as
  77. well as the standard errors and confidence limits for these statistics.
  78. Finally, the Kolmogorov-Smirnov Dmax statistic is presented (K-S Dmax is an
  79. index is normality of distribution), and the null hypothesis test for the K-S
  80. Dmax is stated for the 5% level.
  81.  
  82. CHI-SQ.BAS
  83.    does chi-square calculations.
  84.  
  85. Confidence Level Calculator (CONLVL)
  86.    Ford, L. M.
  87.    $15
  88. calculates (statistical) confidence levels for small data sets and the number of
  89. tests required to reach user requested confidence levels.
  90.  
  91. ElStat
  92.    Floddy, Dale R.
  93.    $0
  94. is a simple, menu-driven statistics program. Features include descriptive stats
  95. (mean, sample variance, standard deviation), correlation, two-sample t-tests,
  96. chi-square, and one- and two-factor ANOVA.
  97.  
  98. EQNSolve.BAS
  99.    will solve a system of "n" linearequations in "n" unknowns.
  100.  
  101. LIN-REG.BAS
  102.    is a linear regression program.
  103.  
  104. Gauss
  105.    Ng, Thomas
  106.    $10
  107. is a numerical analysis program. It is for engineers and other professionals
  108. who frequently need to perform matrix computations. It operates on square
  109. matrices such as those with an equal number of rows and columns, up to a
  110. maximum size of six rows by six columns.
  111.  
  112. LSPR 1.0
  113.    Sund, S.E.
  114.    $8
  115. is a linear polynomial regression program. It finds the coefficients of a
  116. linear least squares equation.
  117.  
  118. Tandem Queuing Simulation  (TQSIM)
  119.    JJO Software
  120.    $5
  121. simulates multiserver queuing elements whose arrival rates and service times
  122. can be approximated by the Poisson distribution.
  123.  
  124. --------------------------------
  125. END OF SMALL PROGRAMS DISK #2850
  126. --------------------------------
  127.  
  128.  
  129. --------------
  130. 1555 Curve Fit          Small Programs Disk
  131. --------------
  132.  
  133. Curve
  134.    derives the linear, exponential, logarithmic, and power equations to fit a
  135. set of input data points x(I),y(I). All the equations are converted to the
  136. linear form Y=A+BX, and the linear form is fit to the data by the method of
  137. least mean squares.
  138.  
  139. Forecst
  140.    Loy, Michael D.
  141.    $10
  142. is designed to analyze time-series data and develop a smoothed curve that
  143. allows for a more accurate extrapolation of past data.  This is not another
  144. curvefitting program.  While the program does generate a correlation
  145. coefficient, it does not attempt to force an equation on the data.  This
  146. program is useful for individuals and businesses that need to predict future
  147. values (i.e. profits, sales) based on past history which is highly variable.
  148.  
  149. LeastQ 2.1
  150.    Fox, John D.
  151.    $0
  152. is a general purpose curve fitting program designed to find the coefficients
  153. a[i] of a function, y(x), of the form: (1) y(x) = a[0] + a[1]*f1(x) + a[2]
  154. *f2(x) + . . . . or (2) Chisq = Sum(k = 1;Npts) of (y[k] -ycalc(x[k])) ^2
  155. /err[k]^2.  Sample data sets are contained in the file DATA.ARC which requires
  156. ARCE or PKXARC to extract. The program requires an 8087 math chip and
  157. CGA-compatible card/monitor. Turbo Pascal source code is included.
  158.  
  159. List2Fit (LIST2FI)
  160.    Lemm, Bob
  161.    $0
  162. aids in describing data for computer modeling.  It uses the Least Squares Fit
  163. method of describing a set of X-Y points.  EGA is required for graphics
  164. display.
  165.  
  166. NLFITD 2.6
  167.    Hood, William G.
  168.    $0
  169. is a nonlinear curve fitter. Marquardt's algorithm is used to find values of
  170. parameters that make an equation fit a group of data points in a least squares
  171. sense. The equation can be nonlinear with regard to parameters.
  172.  
  173. Normal-Z
  174.    computes areas under the normal distribution probability curve from the
  175. mean to a designated `Z' value. This program also can compute `Z' values from
  176. a given area.
  177.  
  178. PwrStar 1.12
  179.    provides a polynomial best fit to a given set of data by the method of
  180. least squares. The user may interactively choose up to a 10th order polynomial
  181. fit and get an automatic display of the input and the fitted curve. The files
  182. SAMPLE#.DAT go with PWRSTAR.
  183.  
  184. --------------------------------
  185. END OF SMALL PROGRAMS DISK #1555
  186. --------------------------------
  187.  
  188.  
  189. ---------
  190. 0702 Math           Small Programs Disk
  191. ---------
  192.  
  193. A_Solver 1.0
  194.    Ryan Software
  195.    $0
  196. is an expression solver.  For example, 29*2^4 resolves to 464. `C' source code
  197. is included, as is an OBJ file that can be linked into any program to provide
  198. equation solving in your own programs.
  199.  
  200. Bin-CVT
  201.    Relf, Robert B.
  202.    $?
  203. converts positive integers between bases 2,10 and 16.  It will handle binary
  204. to 16 bits, decimal to 65535, hexadecimal to ffff.
  205.  
  206. DIV
  207.    Hilliard, Cino
  208.    $0
  209. is a high precision division routine that divides very large numbers very,
  210. very quickly. ZBASIC source code is included.
  211.  
  212. Eval 1.1
  213.    TriSoft Technologies
  214.    $5
  215. parses and solves a mathematical expression, optionally showing intermediate
  216. evaluation steps in the process.
  217. Example:  EVAL Sin(3)=Cos(6tan(45))-Sqrt(3*Ln(Exp(3)))^2
  218.  
  219. EZ-Convert 1.0 (EZC)
  220.    Driscoll, Brian S.
  221.    $15
  222. converts between various units of measure.  Other conversion programs in the
  223. PsL are either not as extensive as this one or they force you to choose from a
  224. set of predefined relationships.  For example, one will convert between pints
  225. and liters but not between quarts and liters.  However some of the others
  226. cover some units not covered by this one.  EZ-Convert's categories are Length,
  227. Area, Volume, Weight, and Temperature.
  228.  
  229. EZTrig
  230.    Thornton, Dan
  231.    $10
  232. is an easy to use program that quickly solves oblique and right triangles by
  233. input of values for variables listed on a graphics depiction of a triangle.
  234. Useful for engineers, students, and anybody interested in trig.  May not work
  235. right on some VGA systems.
  236.  
  237. Fourier.BAS
  238.    is a fast fourier transform program.
  239.  
  240. Func3
  241.    Walker, Tad
  242.    $0
  243. computes trigonometry and other miscellaneous mathematical functions.
  244.  
  245. MathFunc.BAS (MATHFNC)
  246.    Bagshaw, Tony
  247.    $?
  248. computes complex mathematical functions.
  249.  
  250. Matrix
  251.    Ruzinsky, Steven A.
  252.    $?
  253. finds B and/or the inverse of A.
  254.  
  255. Matrixss
  256.    Schneider, Scott
  257.    $0
  258. solves matrix algebra problems.
  259.  
  260. Matrix2
  261.    Hutchinson, William M.
  262.    $?
  263. is a matrix inversion program to which the equation solutions have been added.
  264. It is configured for up to 32 equations.  Rather than using Gaussian
  265. elimination (triangularizing the input matrix), the program iterates a matrix
  266. inversion using Newton's method.  The significant point is that even though no
  267. inverse can be found for an equation set which includes dependent (or the
  268. same) equations, a solution is found which satisfies the input equations.  TP5
  269. source code is included.
  270.  
  271. Primes
  272.    Walker, Tad
  273.    $0
  274. is a prime numbers generator.
  275.  
  276. --------------------------------
  277. END OF SMALL PROGRAMS DISK #0702
  278. --------------------------------
  279.  
  280.  
  281. -------------------------
  282. 1947 Calculators and Math          Small Programs Disk
  283. -------------------------
  284.  
  285. Complex Variable Calculator 1.4 (CVCALC)
  286.    Moshier, Steve
  287.    $?
  288. is a 100-digit calculator program. It can do arithmetic, Fortran-style algebraic
  289. syntax, and various built-in mathematical functions. It is not a 10-key type of
  290. calculator. one or more equations can be entered on one line, separated by
  291. semicolons.
  292.  
  293. NoMajor
  294.    Obenchain, Bob
  295.    $0
  296. calculates the expected percentage of acceptable lots in single-, double-, or
  297. triple-stage trinomial sampling in which acceptance implies that NO MAJOR
  298. Nonconformances were observed.  MS-C5 source included.
  299.  
  300. RandNorm.BAS
  301.    is used to calculate 1000 random normal variables.
  302.  
  303. TriCalc 2.5
  304.    TriSoft Technologies
  305.    $10
  306. is a pop-up calculator that solves expressions as opposed to just working like
  307. an adding machine.  Results are returned in both standard and scientific
  308. notation. res:45k
  309.  
  310. UltraPre
  311.    is an ultra-precise calculator.  BASIC required.
  312.  
  313. ProCal
  314.    Miller, Robert D. and Osterhagen, William A.
  315.    $20-$30
  316. solves a wide variety of algebraic, trigonometric and technical problems using
  317. arithmetic operations and more than fifty pre-defined functions.  In addition,
  318. it permits user-defined formulas and named variables which may be saved to
  319. disk and later reused.  Technical users will appreciate the precision and wide
  320. range of floating point numbers:  all calculations are done in 80-bit floating
  321. point whether the numeric processor (8087, 287 or 387) chip is installed or
  322. not.  Functions are accurate to very near the arithmetic limits.
  323.  
  324. Programmers will find it especially useful since it will do exact arithmetic
  325. on long (32-bit) integers, has a full set of logical operators, and does bit
  326. manipulation. Additional number bases of two, eight, and sixteen may be used
  327. in calculations. For financial work and planning, a set of calendar functions
  328. are an integral part of ProCALC.
  329.  
  330. SE
  331.    Carder, David B.
  332.    $?
  333. is a program to solve systems of algebraic linear equations in many variables.
  334.  
  335. SolveQu
  336.    is an example of how to solve simultaneous equations in BASIC.
  337.  
  338. Volume
  339.    Compean, Thomas
  340.    $?
  341. solves problems involving common geometric shapes.  It will also provide you
  342. with the volume of the specified shape.
  343.  
  344. --------------------------------
  345. END OF SMALL PROGRAMS DISK #1947
  346. --------------------------------
  347.  
  348.  
  349. -------------
  350. 2465 Plotting          Small Programs Disk
  351. -------------
  352.  
  353. 3DGraph
  354.    Martin, Joe
  355.    $0
  356. is a 3 dimensional equation plotter.  Plotted on an imaginary xyz coordinate
  357. system.  You have the ability to rotate the graph, determine the object to
  358. image perspective distances, adjust the X and Y ranges as well as their
  359. increments, state translations of both the X and the Y axes and scale on both
  360. X and Y axes.
  361.  
  362. EpPlot
  363.    plots x,y relationships & file for Epson plotter.
  364.  
  365. Exponentially Weighted Moving Index Plots (EWMIPLO)
  366.    accepts either keyboard or ASCII batch input, calls analysis routines for
  367. exponentially weighted averages, and displays approximate central 90% (+/-
  368. 1.65 sigma) forecast intervals in IBM-compatible CGA medium resolution
  369. graphics mode using functions from the Essential (South Mountain) Graphics 2.0
  370. Library.
  371.  
  372. Fit 2.0
  373.    Lewis, Ronald W.
  374.    $0
  375. fits data to straight line, logarithmic curve, exponential curve, power curve
  376. or polynomial regression.  The program computes slope, intercept, correlation
  377. coefficient.  It also finds X and Y predictions and plots fit.
  378.  
  379. Func1.BAS and Func2.BAS
  380.    are function plotting programs.
  381.  
  382. Liss and Liss-87
  383.    plot Lissajous patterns on screen. Lissajous patterns result when one
  384. function of an independent variable is plotted on the X-axis of an orthogonal
  385. curve, and another function of the same independent variable is plotted on the
  386. Y-axis.
  387.  
  388. SciSubv.BAS
  389.    is for plotting equally spaced data values.
  390.  
  391. Screen Plot (SPLOT)
  392.    Hook, William G.
  393.    $15
  394. will plot x-y data on the screen or Epson-compatible printer.  Up to four
  395. different sets of data can be on the same plot.
  396.  
  397. --------------------------------
  398. END OF SMALL PROGRAMS DISK #2465
  399. --------------------------------
  400.  
  401.  
  402. ------------------------
  403. 3339 Miscellaneous Stats          Small Programs Disk
  404. ------------------------
  405.  
  406. AudtSamp (SAMPT)
  407.    Fishback, Peter L.
  408.    $10
  409. is an aid for CPA's. It will generate random numbers, do sample size
  410. selection, and estimate the reliability of audit tests.
  411.  
  412. FFT-256 1.0
  413.    Garland, Harry
  414.    $10
  415. displays Fourier spectrum of your data or waveform. You can input your data
  416. graphically, as a mathematical formula, or from a disk file. It performs 256
  417. point FFT. This is ideal for scientific/engineering data analysis. Requires EGA
  418. or VGA.
  419.  
  420. F(x) 1.0
  421.    Crowther, Kenneth
  422.    $10
  423. plots a graph of a function y= f(x) and allows you to manipulate it in an
  424. adjustable and easy way. Functions include sin, cos, tan, atn, rnd, int, exp,
  425. log, abs, and sqr. Requires CGA/EGA/VGA.
  426.  
  427. Graphiti 1.03 (GRPHITI)
  428.    Copy Con Incorporated
  429.    $20
  430. plots 2D, 3D, and polar math functions with the option of saving the output to a
  431. GIF file.
  432.  
  433. RanList 1.0
  434.    Brown, Barry W.
  435.    $0
  436. creates randomization lists and offers a primitive form of interactive
  437. randomization. It features restricted and unrestricted randomization. Fixed or
  438. random balance points can be chosen when restricted randomization is used.
  439.  
  440. --------------------------------
  441. END OF SMALL PROGRAMS DISK #3339
  442. --------------------------------
  443.  
  444.  
  445. AnyAngle 2.66
  446.    Preston, Jim
  447.    $20
  448.    #3856  (10-93 CD)
  449. finds answers to geometry problems involving triangles, and offers scale views
  450. and supplementary data to back up the numerical results. It includes an
  451. interactive scientific calculator with automatic memory of all triangle
  452. components. The calculator also has major functions such as powers, roots,
  453. logarithms and trigonometry as well as degree-minute-second and
  454. degrees-to-radians conversion operations.
  455.  
  456. You can change a solved triangle's angles or sides, or sizing it to have a
  457. certain area, altitude or other component or to fit exactly around or inside a
  458. given circle. You can also get a complete analysis including area, perimeter,
  459. altitude, center of gravity, coordinates of each vertex, and data about the
  460. inscribed circle and circumcircle.
  461.  
  462.  
  463. A Statistical Package 2.0
  464.    DMC Software, Inc. ASP
  465.    $55-$85
  466.    #3028
  467. is a powerful statistical package for business, economics, and the social
  468. sciences. It features complete data management and comprehensive statistical
  469. routines such as analysis of variance and random block with unequal samples;
  470. 13 probability distributions; four time series routines; 18 hypothesis/
  471. nonparametic tests; box and whisker, scatter, and stem and leaf plots;
  472. contingency table analysis; ordinary least squares, two stage least squares,
  473. weighted least squares, stepwise, and auto regression programs, 29 summary
  474. statistics; frequency distributions; and a set of non statistical programs for
  475. solving linear equations and linear programing problems, inverting a matrix,
  476. and for depreciation and interest rate analysis.
  477.  
  478. Other features include the ability to display a breakdown of scatter plots by
  479. a third variable; of one variable in the data matrix by another; combining of
  480. a set of variables in the data matrix into a single variable; twelve row
  481. transformations on the data matrix; and sin, cos, and ten trigonometric
  482. transformations.
  483.  
  484.  
  485. Graphmatica 3.2
  486.    kSoft, Inc.
  487.    $20
  488.    #4112  (10-93 CD)
  489. is an interactive algebraic equation grapher used to plot mathematical curves.
  490. It supports several styles of graphing, including regular Cartesian, polar,
  491. parametric, slope-field, and initial-value approximations.
  492.  
  493. Other advanced features include remembering the last 25 equations graphed,
  494. several ways to scale or size the grid, and the ability to save lists of
  495. equations and the current settings for later use.
  496.  
  497.  
  498. Algebraic Manipulation Program
  499.    Cerebral Software
  500.    $50
  501.    #27248/1888 [2 disks]
  502. is a symbolic calculation tool for students, teachers, and professionals in
  503. engineering or mathematical sciences.  You can edit and simplify many
  504. expressions or equations in a mathematical derivation quickly and accurately.
  505. AMP functions in an interpreter mode and program mode.  In the interpreter mode
  506. you may manipulate up to 128 expressions, equations or inequalities.  In the
  507. program mode you have access to a combination screen editor and compiler so that
  508. you may define procedures using the same type statements that you use in the
  509. interpreter mode.
  510.  
  511. AMP facilitates tensor manipulation using index notation. Tensor elements may
  512. be simple numbers, complex expressions or relations. Tensor manipulation can
  513. include matrix multiplication. Expressions and equations may be saved to the
  514. disk and then later recalled. Required are a hard disk and 640k RAM.
  515.  
  516.  
  517. BigCalc
  518.    McClendon, Judson D.
  519.    $20
  520.    #27383/1420
  521. is a calculator that handles huge numbers.  Prior versions were on Small
  522. Programs disks, but with the constant updating and the C source code, it is
  523. now over 300k.
  524.  
  525.  
  526. LS-1.00 Plus Scientific Calculator
  527.    Lawrence Stone Research Group
  528.    $39
  529.    #27383/2738
  530. is a TSR, scientific calculator. Features include three types of logarithms,
  531. trigometric functions, including inverse and hyperbolic functions, angle
  532. conversions, date and time math, fixed decimals to 15 significant digits, a full
  533. statistical package that includes an array that will accept 500 numbers, three
  534. types of random numbers standard deviation, permutations, arithmetic means,
  535. quadratic means, harmonic means, geometric means, factorials, exponential
  536. functions, combinations, and more.
  537.  
  538.  
  539. PC-Calculator
  540.    Schoenbrun, Mitchell
  541.    $30
  542.    #27383/0264
  543. is a resident calculator.  It features 16 visible memories, 7 function key
  544. modes, and 14 number display formats.  Mouse support and a pop-up version of
  545. the calculator have also been included.  (Note: the MANUAL file apparently is
  546. formatted for printing and may not look exactly right when viewed on-screen.)
  547.  
  548.  
  549. Programmer's Calculator
  550.    Moak, Ronald
  551.    $15
  552.    #27383/265
  553. displays on screen the four stack registers, six memory registers and a
  554. display register; thereby making it unnecessary to write down the contents of
  555. the registers when making complex calculations.  In addition to the general
  556. functions found on most calculators the Programmer's Calculator has six
  557. logical functions (and, or, not, etc.).  Numbers used in the general
  558. calculations may be up to 16 digits in accuracy.  It converts numbers between
  559. decimal, hexadecimal, binary, and octal.  Numbers up to 20 bits binary may be
  560. converted and the two's complement may be calculated on numbers up to 15 bits
  561. in length.
  562.  
  563.  
  564. Tex Solver-10
  565.    #27383/268
  566. is not a simple tenkey-type calculator program, it emulates the HP calculators
  567. and is aimed at the scientific/mathematical crowd.
  568.  
  569.  
  570. Curvefit 3.3
  571.    Cox, T. S.
  572.    $10
  573.    #27384/539  (10-93 CD)
  574. fits the values of X and Y to 25 different equations.  Equation coefficients,
  575. Correlation Coefficient, and Best Fit are computed.  For any of the 25
  576. equations, predictions for Y can be calculated.  Finance emulates the
  577. functions of the HP-41 programmable calculator.
  578.  
  579. A user writes: "This program does no graphing whatsoever nor Power X, Y
  580. Fitting. Both of these were expected, based on the name and the description."
  581.  
  582.  
  583. DataPlot
  584.    ComPlus Professional Services
  585.    $68
  586.    #27384/1242
  587. is a general purpose two dimensional data plotting system specially designed
  588. for scientific and engineering applications.  Its simple menu driven user
  589. interface allows quick and effective method for scientific data analysis and
  590. presentation, and yet powerful enough to produce publication quality graphs.
  591. Graph types include linear plots and single/multiple cycle log plots using
  592. scatter, continuous, step or needle graphs.  It supports CGA, EGA and Hercules
  593. compatible video cards and HPGL compatible plotters.  It will also support an
  594. MS compatible mouse and a math coprocessor.
  595.  
  596.  
  597. Mathplot 3.2 [MATHPLOT]
  598.    McCrary, J. H. ASP
  599.    $20
  600.    #27384/1852 (09-93 CD)
  601. is a set of graphics programs to help scientists and engineers analyze data.
  602. Routines are included for least-squares fitting of polynomials to sets of data
  603. points, solving simultaneous linear equations, numerically integrating a curve
  604. defined by a set of data points, calculating simple statistical parameters for
  605. data sets, and for calculating the coefficients of a Fourier series for a
  606. periodic function described by a set of data points.
  607.  
  608. Programs are also included for calculating and plotting Fourier spectra and
  609. Bessel functions, for plotting data sets and for plotting and comparing
  610. user-specified functions with data sets. Most of these functions can be plotted
  611. on screen with any graphics card or printed on Epson compatible printers.
  612. Sample data files are included for each function for easy testing of the
  613. program. The program is menu-driven and well designed (eg: it shows you file
  614. names when asking for a file to load).
  615.  
  616.  
  617. Screen Plot
  618.    Hood, William G.
  619.    $20
  620.    #27384/1826
  621. will plot x-y data on the screen or Epson-compatible printer.  Up to 200
  622. different sets of data can be on the same plot.  The program will draw a
  623. smooth curve through the data points as well as straight lines.  It will make
  624. an exponential curve fit as well as a polynomial curve fit.  It allows legends
  625. to be placed on the plot and the legends can be saved and later redrawn.
  626. It can also make 3-dimensional plots.  Supports a Mouse, error bars, dual
  627. vertical axes, and mathematical operations. Also included on this disk is:
  628.  
  629. HPlot (HP Plot) will plot two and three dimensional data on a HPGL compatible
  630. plotter connected to a serial port (COM1 or COM2).
  631.  
  632. PlotDump sets up a Terminate & Stay Resident routine that will dump a graphics
  633. image to an Epson compatible dot matrix printer when the keys Ctrl and PrtSc
  634. are pressed simultaneously. The program can dump Hercules graphics images,
  635. 640x200 (mode 6) monochrome CGA graphics images and 640x350 (mode 16) EGA
  636. graphics images in which all foreground colored objects are displayed against
  637. the background (color #0). With an EGA image, the background (color #0) is
  638. printed as white and all other colors are printed as black.
  639.  
  640.  
  641. KS Probability and Statistics 2.1 [KSPROB] 06-93 CD
  642.    Hudson, Joseph
  643.    $10
  644.    #27329/693 [2 disks]
  645. is a set of stats programs, including exploratory regression, crosstabs,
  646. Lilliefor's test for normality, histograms and text-mode scatter plots.
  647.  
  648. Other features include a chart of probability distributions, a table
  649. summarizing the distributions, and KSPSIM, which simulates samples from
  650. probability distributions. Requires DOS 3.2 or later.
  651.  
  652.  
  653. ProTab
  654.    Strausbaugh, Brad
  655.    $20
  656.    #27329/1889
  657. is a statistical calculator for fast quantitative analysis of small data sets.
  658. The tools available include single and paired distribution, ANOVA, correlation
  659. and regression, and crosstab analysis.  The program has a nice looking
  660. interface, but it didn't respond well to input errors in our testing.
  661. Nevertheless, it seems to perform its calculations properly.
  662.  
  663.  
  664. Pwrstar
  665.    Hernandez, Hank
  666.    $10
  667.    #27329/1200
  668. performs various kinds of numerical analysis of data including moving
  669. averages.  It is has undergone a number of significant improvements including
  670. support for multiple graphics adaptors, numeric processor, improved graphics
  671. and graphical interpolation, and increased power of the least squares
  672. polynomial.  It features graphics support for the CGA, EGA, VGA, Hercules, and
  673. other drivers supported by Turbo 4.0.  Two versions are shipped:  PwrStar.88
  674. is the 8088/8086 executable file, PwrStar.87 is the 8087 executable file.
  675.  
  676. Also included on this disk is ATMOSPHERE CALCULATOR, which performs most of
  677. the routine atmospheric calculations used in aviation and aeronautical
  678. engineering. This program has been invaluable during flight test program for
  679. calculating altitude, temperature, airspeed, dynamic pressure, and many more
  680. aeronautical type calculations. Private pilots have found it a very handy tool
  681. while flight planning.
  682.  
  683.  
  684. ECstat & Epistat
  685.    #27386/262
  686. are statistics programs with numerous functions built in.  BASIC is required.
  687.  
  688.  
  689. LeastSquares
  690.    Sozuer, Sami
  691.    $15-$40
  692.    #27386/2737
  693. is a general purpose data analysis program designed primarily for regression
  694. analysis linear in the parameters. The program also has a collection of data
  695. transform, graphics and statistics features to give the user a visual as well as
  696. an analytical understanding of the data at hand. (The author is no longer at
  697. the address provided in the documentation.)
  698.  
  699.  
  700. Linear Programming System & Regression.WKS
  701.    #27386/263
  702. is 160k template for 1-2-3.
  703.  
  704.  
  705. Mathpak III 2.0
  706.    Dalal, Dan
  707.    $35
  708.    #27386/567
  709. performs numerous math functions, including base conversion, quadratic
  710. equations, chain rule for f(x)=a(bx^c+dx^e+K)^n, polynomials, rolar/rectangular
  711. conversions, linear equations, mean and standard deviation, logarithms, trig,
  712. square root, testing for the intersection of two polynomial functions, solving
  713. for equations such as "f(x)=ax^3+bx^2+cx+d". This is a completely rewritten
  714. program and offers considerable speed and advantage over MathPak II. It has
  715. 80x87 support and context sensitive help screens. functions, solving for
  716. equations such as "f(x)=ax^3+bx^2+cx+d".
  717.  
  718.  
  719. Mathpak IV
  720.    Dalal, Dan
  721.    $13-20
  722.    #4762
  723. is a fully interactive command line driven math package, where you enter
  724. the math function you will to work with. You can solve quadratic
  725. equations, statistical functions linear functions, Chain Rule functions,
  726. polynomial functions, Rectangular to Polar conversions, sine of an
  727. angle(in degrees), cosine of an angle(in degrees), the tangent of an
  728. angle(in degrees), and Fahrenheit to Celsius degree conversion.
  729.  
  730. Included with the program is module that gives you the opportunity of
  731. watching the math problem being solved by the computer. You can also
  732. "fill in the blanks" where important concepts are being taught. Another
  733. module offers a review of basic concepts that are used by MATH PAK IV. A
  734. Windows version is also included on this disk.
  735.  
  736.  
  737. E.Q.Filer
  738.    S.O.S.  Engineering Software
  739.    $50
  740.    #27385/856
  741. is a menu-driven equation solver.  It is oriented towards defining equations
  742. and saving them for later use, rather than entering equations on the fly.
  743. (For defining and solving equations on the fly, see "Homebase" and "Desk
  744. Commando" under "Utilities".)  You give each equation a name and description.
  745. You can specify an allowable input range for each variable and the format
  746. (number of decimal places) of the result.  Fifty dollars seems a trifle steep
  747. for this and we could live with out the longish introductory screen, but EQF
  748. is a well designed program.
  749.  
  750.  
  751. Mercury
  752.    Schlafly, Roger ASP
  753.    $49
  754.    #27385/2893
  755. is a complete program for solving equations and plotting graphs. This program
  756. allows you to evaluate mathematical expressions; solve for the roots of an
  757. equation; solve a system of equations; maximize or minimize a function, with or
  758. without constraints; evaluate derivatives and definite integrals; plot one or
  759. more functions; and print a report or a graph. Requires 640K RAM, and a graphics
  760. monitor for plots.
  761.  
  762.  
  763. PFSA
  764.    Stevens, Don
  765.    $?
  766.    #27385/540
  767. was created to do some rather large but simple algebraic computations.  PFSA
  768. does not have the large variety of commands which more general purpose
  769. symbolic algebra programs (muMath and Macsyma) have but it is faster and can
  770. work with bigger expressions.  PfSA ran 90 times faster than Macsyma on a very
  771. large Hamiltonian canonical transformation project, and it runs more than 200
  772. times faster than muMath when doing example E.
  773.  
  774.  
  775. MathTool
  776.    Maher, Martin J.
  777.    $20
  778.    #27387/1183
  779. is an interactive mathematical program that performs the following functions
  780. on a user-defined variable: evaluation of the function for any value or range
  781. of values of the independent variable; evaluation of the derivative of the
  782. function for any value of the independent variable; numeric integration using
  783. Simpson's Rule; fast and powerful root finding; graphics using 640x200
  784. resolution screen (CGA required). The program is menu based, with context
  785. sensitive help, and function definitions are limited only by memory. You can
  786. also do log-log and simi-log plots and use file input and output for function
  787. definitions.
  788.  
  789. Also on this disk is Convert, a unit conversion utility that accepts two
  790. arguments from the command line, a number and a unit (e.g., 10 miles), and
  791. shows a list of equivalent quantities with different units. Turbo Pascal
  792. source comes with both programs.
  793.  
  794.  
  795. MultiVariate Statistical Package 2.1d [MVS21D]
  796.    Kovach, Warren L.
  797.    $105
  798.    #27387/2894 (12-93 CD)
  799. calculates principal components, principal coordinates, correspondence, and
  800. cluster analyses, as well as a variety of distance, similarity, and diversity
  801. indices. These are common multivariate statistical procedures used in many areas
  802. of biology and geology, as well as other fields.
  803.  
  804.  
  805. STAR
  806.    Gino, Antonio, Ph.D.
  807.    $69
  808.    #27387/1985
  809. is a program providing Statistical Analysis for Researchers.  It performs
  810. Regression, Variance & Covariance & Orthogonal Contrasts, an Dummy variables.
  811. The researcher can obtain true ANCOVA tables from regression. A tutorial
  812. has also been provided. This program will not operate on a two-floppy
  813. system.
  814.  
  815.  
  816. Stat-Sak
  817.    Dallal, Gerard E.
  818.    $0
  819.    #27387/641
  820. performs the following calculations and analyses:  distributions (normal, t,
  821. chi-square, F, binomial, poisson), tests of independence (Pearson chi-square
  822. with Yate's continuity correction), Fisher's exact test for 2x2 contingency
  823. tables, Mantel-Haenszel test, McNemar's test, Correlation coefficients,
  824. Bartholomew's tests for increasing proportions and for increasing normal
  825. means, one-sample t test, and the well-known two-sample t test from summary
  826. statistics - a personal favorite of mine.
  827.  
  828.  
  829. O.C.T.A.
  830.    Dallah,Gerard E.
  831.    $10
  832.    #27388/2827
  833. is a program for the log-linear analysis of multi-dimensional contingency tables
  834. by use of the Deming-Stephan iterative proportional fitting procedure. The
  835. program can now read tables from ASCII files.
  836.  
  837. Oddjob 6.0 (on the same disk) offers statistical procedures, including test of
  838. normality, the Hartigans' DIP test of unimodality, isotone regression, two-phase
  839. regression, structural relations, alternating conditional expectations, locally
  840. weighted scatterplot smoother, and a test of equality of two dependent
  841. correlation coefficients. Works directly with SYSMAT/MYSTAT system files.
  842.  
  843.  
  844. Q-Pro
  845.    Q-Soft (Brighton) Ltd.
  846.    $60
  847.    #27388/2066
  848. uses Monte-Carlo methods to derive the probability distribution of a user
  849. defined function which can contain two independent random variables.  The
  850. program is easy to use; it has full-screen editing and context-sensitive help
  851. screens.  Results are displayed in both tabular and graphics form on either
  852. CGA-compatible or mono-graphics video.
  853.  
  854.  
  855. Simon
  856.    Toth, A., Karolyi, K., and Faludi, E.
  857.    $40-$99
  858.    #27388/2649
  859. is a good program for mathematical modelling and continuous simulation of any
  860. models that can be defined by ordinary differential equations. In other words,
  861. it can process any models which are defined by ordinary differential equations.
  862. This program is recommend to anybody who deals with problems that can be
  863. formulated as a system of differential equations: physicists, engineers,
  864. economists, biologists, etc.
  865.  
  866.  
  867. Math Extra
  868.    Denker, David
  869.    $30
  870.    #3672
  871. is a general purpose, programmable scientific math program for everyday use.
  872. Features include graphics; variables; string memories; a conversion utility with
  873. over 500 metric and English weights, volume, area and measurement conversions; a
  874. savings and finance application file that loads an application menu into the
  875. environment and a slot machine game. You can also add utilities to the program.
  876.  
  877. Math Extra Resident 2.12 ($20), a limited TSR version, is included. The graphics
  878. mode does not support the Hercules graphic cards. It may not work with some
  879. video cards in display modes other than the standard 80 columns by 25 lines.
  880.  
  881.  
  882. MathPlot 3.2
  883.    Sherrod, Phillip H. ASP
  884.    $15-$20
  885.    #3327
  886. (formerly FunPlot) allows you to enter functions using ordinary algebraic
  887. notation and immediately plot them. It supports Cartesian, polar, and
  888. parametric functions. Up to four functions may be displayed simultaneously.
  889.  
  890.  
  891. [Matrix]
  892.    Kennedy, John
  893.    $0
  894.    #12470 (09-93 CD)
  895. is designed to teach row operations on matrices. It can be used to find
  896. complete solutions to systems of linear equations, to find determinants
  897. and inverses of matrices, to solve standard and non-standard Linear
  898. Programming problems, and more.
  899.  
  900.  
  901. MrqFIT
  902.    Spring Systems
  903.    $39
  904.    #3947
  905. solves non-linear parameter estimation problems. It is easy to use, interactive,
  906. and powerful.
  907.  
  908.  
  909. NonLin 2.5
  910.    Sherrod, Phillip H. ASP
  911.    $25
  912.    #4031  (10-93 CD)
  913. fits linear, multivariate, polynomial, and general nonlinear equation to
  914. data. You specify the form of the function whose parameters are being
  915. estimated using ordinary algebraic notation. The program can be directed
  916. to generate an output file with predicted values and residuals in
  917. addition to determining the parameter estimates. Observed values and the
  918. estimated function may be plotted.
  919.  
  920.  
  921. QA Training Tools
  922.    Softrx Shareware ASP
  923.    $0-$25
  924.    #20037/3054 [6 disks]
  925. is a very extensive set of sophisticated statistical programs for quality
  926. assurance and quality control.
  927.  
  928. EWMASIM generates interactive CGA-graphical displays of Average Run
  929. Lengths for Exponentially Weighted Moving Average schemes.
  930.  
  931. SDValid automates testing, using results from the customer's independent
  932. resample, of whether supplier provided inspection results are free of downward
  933. bias.
  934.  
  935. Six Sigma Simulator displays histograms of pseudo-random, normal deviates
  936. with mean zero and variance one.
  937.  
  938. Audit helps set upper confidence limits on the unknown, true nonconformance
  939. rates in populations that have been audited via random sampling.
  940.  
  941.  
  942. PCStat 2.5
  943.    PC Information Systems ASP
  944.    $45
  945.    #3328
  946. is a descriptive statistical report program providing statistics and histograms
  947. for two related data sets. It features pull-down menus and context sensitive
  948. help, and can accept data from Lotus, ASCII, DIF, and dBase. Requires 640k RAM,
  949. 500k disk space.
  950.  
  951.  
  952. Simstat 2.1c [SIMSTAT]
  953.    Peladeau, Normand
  954.    $60
  955.    #20145/4113 [2 disks]
  956. is a menu driven statistical program that provides many basic
  957. descriptive and comparative statistics. Features include Summary
  958. statistics, Crosstabulation, Frequencies analysis, Breakdown analysis,
  959. Oneway analysis of variance, Paired and independent sample t-tests,
  960. Pearson correlations, and Regression analysis.
  961.  
  962.   Other features include graphic pie charts, box-and-whiskers plot,
  963. multiple box-and-whiskers plot, multiple responses analysis, time series
  964. analysis, scheffe post hoc test, standardized residuals scatterplot,
  965. multiple regression analysis, binomial test, one sample chi-square test,
  966. runs test, friedman two way anova, kolmogorov-smirnov test for 1
  967. samples, histogram (text of graphics), full analysis bootstrap
  968. simulation, integer weighting of cases using another variable, direct
  969. access to 4 user defined external data editors for Lotus, dBase, ASCII,
  970. AND SPSS/PC+, ability to assign missing value and variable label to any
  971. variable or to change the variable length and number of decimal used to
  972. display results, and simedit spreadsheet data editor.
  973.  
  974. Also included is SIM2NL 1.0 [SIM2NL] integrates Nonlin 2.3 into Simstat.
  975.  
  976.  
  977. Smedley's ... Calculator [GPCALC]
  978.    Smedley's Software House
  979.    $30
  980.    #12608  (11-93 CD)
  981. Smedley's General Purpose Scientific Calculator is an
  982. engineering/scientific calculator with an attractive graphical
  983. interface. It will record and save operations to disk.
  984.  
  985.  
  986. SPC EXpert 2.0s
  987.    Quality Software Designs, Inc.
  988.    $40
  989.    #20166 [2 disks]
  990. automates the statistical and graphical tools used in statistical
  991. process control, total quality management and other process improvement
  992. techniques. It constructs, analyzes and interprets eight types of
  993. control charts, both attributes and variables. It constructs bar graphs,
  994. pie charts, Pareto diagrams, histograms, frequency polygons, and Ogives.
  995. It also constructs and analyzes scatter diagrams. Hard disk required.
  996.  
  997.  
  998. Stat and Math Turbo Pascal 5.X Libraries
  999.    Norton Associates
  1000.    $35
  1001.    #2650
  1002. contains 30 elementary statistical and 19 mathematical subprograms, and provides
  1003. a suite of statistical routines for scientific application development. The Math
  1004. Unit and Pascal intrinsic function provide total capability of Fortran-77
  1005. intrinsic math functions, except for complex math.
  1006.  
  1007.  
  1008. StatHelp
  1009.    Hawkeye Softworks ASP
  1010.    $20
  1011.    #4283
  1012. is a set of statistical related programs. WatStat tells you which statistical
  1013. procedure to use, based on the data, design, and analytical focus that you
  1014. specify. LookUp performs five tests: z, t, F, Chi-Square and Binomial. Rando
  1015. generates several types of random numbers for sampling, simulations, etc.
  1016.  
  1017.  
  1018. Statistical Analysis
  1019.    Johnson, Paul
  1020.    $28
  1021.    #4867
  1022. is a set of programs for calculating a variety of statistics. This
  1023. package provides routines for normal probabilities, descriptive
  1024. statistics for key-entered data and a retrieved data file, 3rd and 4th
  1025. standardized moments, sample skewness (measures symmetry), kurtosis
  1026. (measures heaviness of tails), generating uniform random numbers and
  1027. standard normal random variables, sorting data into ascending order,
  1028. assigning integer ranks, bessel function, binomial probabilities,
  1029. correlation coefficient between two variables, linear regression, Boxcox
  1030. transformation to normality, sample size determination, regression,
  1031. difference and ratio estimation, and more.
  1032.  
  1033.  
  1034. Survey Power 2.0
  1035.    Wisco Computing ASP
  1036.    $42
  1037.    #4032
  1038. is designed to create, analyze, and print out results to surveys,
  1039. questionnaires, and opinion polls. You can create surveys with single choice,
  1040. multiple choice, rank order, and numeric questions. Survey Power can perform
  1041. complete demographic and correlation analyses of all responses. Any analysis can
  1042. be printed or saved to disk as an ASCII file.
  1043.  
  1044.  
  1045. SurvWare
  1046.    Compstat Software
  1047.    $50
  1048.    #2308
  1049. is designed for tabulating and analyzing opinion surveys with up to 50
  1050. multiple-choice questions with up to 10 possible responses for each. Up to 10 of
  1051. the questions can be used to analyze the survey based on demographic groupings.
  1052. The user interface is not very slick nor easy to follow the first time through,
  1053. but the program seems to perform its intended function as advertised. The number
  1054. of questionnaires the program can analyze is limited only by the amount of disk
  1055. space available from where the program was started. Requires 384k and CGA
  1056. compatible video.
  1057.  
  1058.  
  1059. TOUR
  1060.    Jarvis, Jonathan
  1061.    $?
  1062.    #27601/3902 [3 disks]
  1063. will help find the most efficient route for a salesman who must visit a number
  1064. of locations, each of them only once, and then return home. The program is so
  1065. flexible and powerful that it can solve the Knight's Tour (a chess puzzle in
  1066. which the Knight must legally move to every square on the board once and only
  1067. once).
  1068.  
  1069. A Fuzzy Links option creates sets of cities within a fuzzy tolerance distance
  1070. from line segments of a long chain. An overlay program is provided, as well as
  1071. on-line help. 2 meg of free hard disk space is required.
  1072.  
  1073.  
  1074. The Thinker
  1075.    Elliott, Alan C.
  1076.    $25
  1077.    #27389/1379
  1078. is a spreadsheet program similar in command structure to 1-2-3, but limited to
  1079. 26 columns and 125 rows.  It allows you to enter numbers and text on the
  1080. screen, and define mathematical relationships between the numbers.  Once these
  1081. relationships are defined, you may change some numbers, and the program will
  1082. automatically recalculate the related numbers.  It can be used for financial
  1083. modeling, budget calculations, scientific calculations, and more.
  1084.  
  1085.  
  1086. Vision Freeware
  1087.    Vision Information Services
  1088.    $0
  1089.    #27389/2067
  1090. is a set of programs that do various math functions: convert decimals to
  1091. fractions; generates the factorial of a number; factors a number or declares
  1092. it a prime; gives all prime factors of a factorial; gives Greatest Common
  1093. Divisor of two numbers; reduces fractions.  An 80*87 is supported but not
  1094. required.
  1095.  
  1096.  
  1097. XY 1.3b
  1098.    Klein, Jack B.
  1099.    $25
  1100.    #27389/269
  1101. does curve fitting, plots points on the screen or printer. 8087 version is
  1102. also available.
  1103.  
  1104.  
  1105. XYPlot
  1106.    Arnold, David
  1107.    $25
  1108.    #27389/1744
  1109. may be used as a stand-alone program to display fully calibrated XY graphs of
  1110. data from any source that can generate data files in the "fixed length record"
  1111. format, such as database programs, accounting programs, sequential files
  1112. generated in BASIC, etc.  Data may also be input manually.  The maximum number
  1113. of data points is 1500.  XYPlot is a useful tool for engineering, sales,
  1114. marketing, etc. applications.  The display resolution is 640x350 on EGA,
  1115. 640x200 on CGA.
  1116.  
  1117.  
  1118. VeCalc
  1119.    Fraundorf, P.
  1120.    $0
  1121.    #3183
  1122. is a calculator for work with one-dimensional vectors, profiles or spectra
  1123. rather than with numbers. It uses a visible four level stack, hierarchical
  1124. pop-down menus, and four memories to buffer input and output of profiles from
  1125. ASCII files on disk. The stack paradigm allows tools from statistics, image
  1126. and Fourier analysis, calculus and DifEq, and physics analysis.
  1127.  
  1128.  
  1129. WL Plot 2.31 [WLPLT231]
  1130.    Loewer, Wesley B.
  1131.    $25
  1132.    #12471  (09-93 CD)
  1133. plots Algebraic or RPN functions in cartesian, parametric, and polar
  1134. modes with linear or log scales. It graphs rotated conic sections,
  1135. integrals, 1st and 2nd derivatives, non-function relations,
  1136. bifurcations, recursive relations and best fit curves.
  1137.  
  1138.  
  1139. ZGRAPH for DOS 7.0
  1140.    Jakob, John
  1141.    $10
  1142.    #4575
  1143. allows you to create, display, and print X/Y, Polar, Log, Bar, Pie, and Area
  1144. graphs. The program will also graph 2-D functions/expressions. (The Windows
  1145. version of this program is on disk #4457.)
  1146.  
  1147. ]]]]]
  1148.  
  1149.